home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 May / PCWorld_2007-05_cd.bin / v cisle / mediaportal / Setup.msi / _7D70CA33C218362F815E9756880A9F01 / _F8AC0A7B026F4AF19DFF6F3232BA332A < prev    next >
Extensible Markup Language  |  2006-12-20  |  4KB  |  71 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <wizard>
  3.    <caption>First-time-setup wizard</caption>
  4.    <sections>
  5.       <section>
  6.          <description>Welcome screen</description>
  7.          <name>Wizard_Welcome</name>
  8.          <topic>MediaPortal Wizard</topic>
  9.          <information></information>
  10.          <header>Welcome to the first-time-setup wizard!</header>
  11.          <body>This wizard will take you through the basic configuration steps needed to get MediaPortal up and running for the first time. Take your time to read the information on each page.</body>
  12.          <image>wizards/wizard_fts.png</image>
  13.       </section>
  14.       <section>
  15.          <description></description>
  16.          <name>General</name>
  17.          <topic>Language and general settings</topic>
  18.          <information>Please select the regional display language and various general settings. It is recommended to run MediaPortal in full screen, for the best viewing experience.</information>
  19.       </section>
  20.       <section>
  21.          <description></description>
  22.          <name>Skin</name>
  23.          <topic>Skin settings</topic>
  24.          <information>Please select from the available installed skins the one you would like to use with MediaPortal.</information>
  25.       </section>
  26.       <section>
  27.          <description></description>
  28.          <name>Wizard_SelectPlugins</name>
  29.          <topic>Select default plugins</topic>
  30.          <information>Please check desired plugins you would like to be loaded automatically when MediaPortal starts.</information>
  31.       </section>
  32.       <section>
  33.          <description>Picture Folders</description>
  34.          <name>PictureShares</name>
  35.          <topic>Picture Folders</topic>
  36.          <information>Add Picture folders here. By checking one of the folders you will make that folder the default folder, which will be automatically shown when you enter My Pictures.</information>
  37.          <dependency>Wizard_SelectPlugins.Plugin.MyPictures</dependency>
  38.       </section>
  39.       <section>
  40.          <description>Movie Folders</description>
  41.          <name>MovieShares</name>
  42.          <topic>Movie Folders</topic>
  43.          <information>Add Movie folders here. By checking one of the folders you will make that folder the default folder, which will be automatically shown when you enter My Movies.</information>
  44.          <dependency>Wizard_SelectPlugins.Plugin.MyMovies</dependency>
  45.       </section>
  46.       <section>
  47.          <description>Music Folders</description>
  48.          <name>MusicShares</name>
  49.          <topic>Music Folders</topic>
  50.          <information>Add Music folders here. By checking one of the folders you will make that folder the default folder, which will be automatically shown when you enter My Music.</information>
  51.          <dependency>Wizard_SelectPlugins.Plugin.MyMusic</dependency>
  52.       </section>
  53.       <section>
  54.          <description/>
  55.          <name>MusicDatabase</name>
  56.          <topic>Music Database</topic>
  57.          <information>By pressing the Update-button below, the wizard will scan for and extract music tag information from music files found in the marked folders. The tag information will be stored in MediaPortals music database, this will greatly speed up the usage of the plugin.</information>
  58.          <dependency>MusicShares.Shares.Available</dependency>
  59.       </section>
  60.       <section>
  61.          <description>Wizard done screen</description>
  62.          <name>Wizard_Finished</name>
  63.          <topic>Congratulations!</topic>
  64.          <information></information>
  65.          <header>This Modules Configuration is Complete!</header>
  66.          <body>You have now finished the configuration of this Wizard. If at anytime, you wish to alter any of these settings, press F2 from within MediaPortal. Please consult the appropriate MediaPortal documentation for further explanation of each setting.</body>
  67.          <image>wizards/wizard_done.png</image>
  68.       </section>
  69.    </sections>
  70. </wizard>
  71.